ServiceCreateRule Method (Rule, String) |
Creates an inbox rule.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic RuleOperationResponse CreateRule(
Rule rule,
string smtpEmailAddress
)
Public Function CreateRule (
rule As Rule,
smtpEmailAddress As String
) As RuleOperationResponse
Parameters
- rule
- Type: Independentsoft.ExchangeRule
The rule. - smtpEmailAddress
- Type: SystemString
The SMTP email address.
Return Value
Type:
RuleOperationResponseRuleOperationResponse.
See Also